UserDataProfile

interface UserDataProfile

The collected data entered by the user to a form and persisted to the user data store.

Since

7.23

Types

Link copied to clipboard
class Builder
A builder of UserDataProfile.

Functions

Link copied to clipboard
open fun address(): Address
The address entered by the user.
Link copied to clipboard
open fun companyName(): String
The name of the company entered by the user.
Link copied to clipboard
open fun email(): String
The email value entered by the user.
Link copied to clipboard
open fun fullName(): String
The full name value entered by the user.
Link copied to clipboard
Creates a new UserDataProfile builder with the given required parameters.
Link copied to clipboard
open fun phoneNumber(): String
The phone number value entered by the user.